home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / smlnet1f.arc / NOTES.TXT < prev    next >
Encoding:
Text File  |  1989-06-19  |  5.2 KB  |  117 lines

  1.  
  2. (F)or (Y)our (I)nformation:
  3. ===========================
  4.  
  5. My home phone number is 214-790-6265 after 7pm CST to 1AM on weekdays
  6.                         and usually anytime during the weekend
  7. Or, send me a Crashmail message to 8:930/20 (214)790-0754 ...
  8.  
  9. Smlnet reads and writes a .Msg file as stated in the FSC documents.
  10. This format is the same as seen on Opus and similar boards.
  11.  
  12. Nodelist.Idx and Nodelist.dat are Version 6.
  13. BinkleyTerm uses these files when polling other systems.
  14.  
  15. Fido-Net is Zone 1
  16. Rbbs-Net is Zone 8
  17.  
  18. Mysetup.Zip includes everything on my setup.
  19.   I am dead-end net/node, with a Hst 19.2K locked.  So, hence, have
  20.   smlnet.fos option for Node1 turned on(Y) for fossil support.  Directory
  21.   structures are described in the enclosed binkley.bat
  22.   For my setup:
  23.       BinkleyTerm 2.2  answers the phone and polls other systems
  24.       Qmail 1.0        imports/exports the echomail
  25.       ParseLst         keeps track of the Nodelist
  26.       RBBS-PC          Bulletin Board Program
  27.       ReplyLnk         Creates ReplyLinks for all messages
  28.       Renum            uses Confmail 3 option to pack/renum old messages
  29.  
  30. Michael Davis of 8:930/1 has created a file called  Setup6.Zip
  31. (soon to be Setup7.Zip).  He provides excellent instructions
  32. and batch files for the beginner to setup a Netmail system.
  33. You can download (or Freq) the file from him, or other fashionable
  34. locations in the universe.
  35.  
  36. Smlindex.Exe and Smlmport.Exe create an index file of the messages in
  37. the conference, so if you renumber the conference you must run
  38. smlindex.exe to recreate a matching smlindex.dat file for it.
  39.  
  40. If possible, put all Smlnet related files (except Smlindex.exe and
  41. Smlmport.exe) into a separate subdirectory from other programs.
  42. This will make it easier for you to modify/maintain the configuration
  43. files.
  44. A sample of my NET.BAT that a remote caller can call directly from RBBS
  45. looks like:
  46.     CD \RBBS\NET
  47.     Copy \RBBS\Dorinfo%1.Def
  48.     Smlnet %1
  49.     CD \RBBS
  50.  
  51. Smlchk.Exe will check the validity of your Smlnet.Cnf file only.
  52. But, you should still verify this configuration files when setting up
  53. to make sure they are correct:
  54.    Smlnet.Adv    <- Advertisement
  55.    Smlnet.Cnf    <- main Configuration file
  56.    Smlnet.Dsz    <- DSZ setup
  57.    Smlnet.Fos    <- Fossil setup
  58.    Smlnet.Nam    <- Name list setup for Netmail
  59.    Smlnet.Off    <- Off time of program   (for multinode systems)
  60.    Smlnet.Zon    <- MultiZone setup
  61.    Smlnet.Des    <- Detail Descriptions of each echo conference
  62.  
  63. Smlnet 1F has fossil support.  The assembly code is developed by Ken
  64. Bachman from help of the fossil documents that were found in x00 files.
  65. It does Block Read and Write I/O with the Fossil, and supports upto
  66. 38400 baud.  It has been successfully tested on local systems running
  67. x00 fossil driver.  also, successful on normal systems and locked-
  68. baudrate systems.
  69. My config.sys line to setup x00 for the locked baud rate at 19.2 is:
  70. DEVICE = X00.sys B,0,19200 T=512 R=8192
  71. these and are other settings were setup to suggestions in Mike Davis's
  72. Setup?.Zip documents.
  73.  
  74. Fossil support and DSZ:
  75.   Smlnet replaces the   port [COM]  found in the smlnet.dsz with the
  76.   text   portx ?,?   found from the smlnet.fos file.  It will only
  77.   do this when the fossil is turned on (Y).   You might need a newer
  78.   version of DSZ to have the  portx  support.  I found that a Dec 88
  79.   version of dsz didn't have the portx command, but the recent Mar 89
  80.   did.  when portx support was added to DSZ, I don't know.  If the
  81.   DSZ doesn't have the portx support, DSZ will error out.
  82.  
  83. Again, you do not have to activate Fossil support (Y in Smlnet.Fos) if
  84.   you don't want to.
  85.  
  86. Dorinfo?.def vrs Pcboard.sys
  87.   Personally, I like the Dorinfo?.def for there is a much stronger standard
  88.   for it then Pcboard.sys.   Also, the Dorinfo?.def has everything that
  89.   is necessary whereas for the pcboard.sys, Smlnet.exe needs to read the
  90.   Users file to get the callers security level.
  91.  
  92. I will try to keep a copy of translator programs on my system that anyone
  93. can download.  So, then if they are running an Opus board, and can't find
  94. one locally that will make a Pcboard.sys or dorinfo?.def, you hopefully
  95. can find it here.
  96.  
  97. Smlware echoconference is available on Rbbs-Net.  I haven't the foggiest
  98. if it is available on Fido-Net or any others.  If you want it on Fido-Net
  99. or other, then please send me sufficient info on who I need to contact
  100. to do so.
  101.  
  102. Suggested Procedure for adding new echo conferences.
  103.   1. MD (Make) the Subdirectory
  104.   2. Add the new echo to the Areas.BBS file
  105.   3. Send a message to your hub to start receiving the echo
  106.   4. then wait till a day or two till some messages arrive in the echo
  107.   5. add the echo to the smlnet.cnf file
  108.       - first you need to assign a unique id# number.
  109.         (sml-chk will output unused id# numbers that you can use)
  110.       - add the unique id#, subdirectory drive:\path, and description of
  111.         the new echo.  Probably, best to add it in the echo list so that
  112.         the echo decriptions are in alphabetical order for easier finding
  113.         for the remote caller.
  114.   6. run sml-chk to help verify that you didn't make any mistakes when
  115.      you added the echo in smlnet.cnf
  116.  
  117.